home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntcrn1.zip / INSTALL.CMD next >
OS/2 REXX Batch file  |  1994-11-20  |  332b  |  9 lines

  1. @echo off
  2. @md %systemroot%\cron
  3. @md %systemroot%\cron\crontabs
  4. @copy ntcrond.exe %systemroot%\system32\*.*
  5. @%systemroot%\system32\ntcrond -install
  6. @echo ntcrond has been installed.  To start the service, open the Control
  7. @echo Panel, click on Services, highlight the line 
  8. @echo "Windows NT cron daemon", and click [START].
  9.